module Base
{
	item BunnySuitBlack
	{
		DisplayName = Bunny Suit,
		DisplayCategory = Memento,
		Type = Clothing,
		Weight = 0.1,
		Icon = BunnySuit_Black,
		BodyLocation = TankTop,
		ClothingItem = BunnySuitBlack,
		WorldStaticModel = BunnySuitBlack_Ground,
		BloodLocation = ShirtNoSleeves,
		Insulation = 0.1,
		WindResistance = 0.1,
		FabricType = Leather,
		ScratchDefense = 5,
		Tags = IsFireFuel;IsFireTinder;IsMemento;IgnoreZombieDensity,
	}
	item BunnySuitPink
	{
		DisplayName = Bunny Suit,
		DisplayCategory = Memento,
		Type = Clothing,
		Weight = 0.1,
		Icon = BunnySuit_Pink,
		BodyLocation = TankTop,
		ClothingItem = BunnySuitPink,
		WorldStaticModel = BunnySuitPink_Ground,
		BloodLocation = ShirtNoSleeves,
		Insulation = 0.1,
		WindResistance = 0.1,
		FabricType = Leather,
		ScratchDefense = 5,
		Tags = IsFireFuel;IsFireTinder;IsMemento;IgnoreZombieDensity,
	}
}